home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 4
/
PC MEDIA CD04.iso
/
share
/
os2
/
tim100p
/
whatsnew.100
< prev
Wrap
Text File
|
1994-04-08
|
3KB
|
84 lines
Changed for v1.00:
------------------
* Looked into the Novell Lite printing problem. Using another method to
print seems to work: use stdprn as your printer ("Printer stdprn" in
timEd.cfg), and NWLite will catch your printer output.
* Moved and copied messages (when using ALT-M) will now have the scanned
and sent bits stripped, and the default attributes for the target area
of the move/copy will be added. This makes the message ready to be
exported.
Please note, that the MSGID of the message will not be changed! TimEd
doesn't have enough info to really re-generate the MSGID, and I doubt it
is a good idea at all: what about you messing around with someone elses
MSGIDs?
To prevent all problems, use 'forward' if you want to send out a
messages AGAIN in another (or the same) echo.
Moving and copying from the list mode assumes you do not wish to export:
the attributes will not be changed, and SEEN-BYs and stuff will not be
stripped.
* If you selected a different 'alias' (with ctrl-N) before move / copy /
forward, the newly selected name will now be used in the 'Note:' that is
added at the top of the message.
* When undeleting a line in the internal editor, timEd will also nicely
add a HCR at the end of the line if it is the first line of the message.
* Fixed a nasty bug in the GEcho configuration reading routines.
Changed for gamma 2:
--------------------
* Fixed trap problem with changing zero-length messages
* Updated code to read a header in *.MSG list mode.
* Fixed a problem in the V7 nodelist routines, caused by passwords longer
than 8 characters (not sure if that is allowed, but it happens, so...).
* Fixed several problems in Imail config reading routines.
* TimEd will now create a valid Hudson base if it doesn't exist.
* Other minor adjustments in MSGAPI code (Jason...).
* Changed several pieces of code concerning keyboard handling (I _knew_ it
was a bad thing to change that code. Damn, I hate it to be right in this
case!).
* Fixed a problem in FD nodelist lookup routines.
* TimEd would sometimes double the 'quotestring' in the internal editor,
when you pressed <return> on a quoted line (while you were positioned at
the first few characters of that line, hte charcaters that actually made
up the 'quotestring' [line 'GvE> ').
At least, I think that is what some people referred to.
* The OS/2 version will now also recognize ASCII code 224.
* Fixed a problem with reading Hudson messages bigger than 32 Kb.
* In addition, I also re-implemented the keyboard routines that were used
in beta 11 (that used DOS get it's keystrokes). Some TSR's apparently
stopped working with the new code, and I suspect it caused more
problems (mysterious lockups - if they are gone now, and were present in
gamma 1 tell me!).
For those who really want those routines from gamma 1 back (a bit more
low level, can be used if you used ANSI to reprogram keys and also
recognizes ASCII character 224), please use
LOWLEVELKB YES
in timEd.cfg. It may be better to use these only when you really need
them!
* A few smaller fixes.